home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 November
/
PCW1101.ISO
/
HowTo
/
Codecutter
/
CC 11- 01 - Animation.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
< prev
Wrap
Text File
|
2001-09-23
|
2KB
|
99 lines
object Form1: TForm1
Left = 265
Top = 255
Width = 441
Height = 172
Caption = 'Code Cutter - November 2001 : Animation!'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object imgBackground: TImage
Left = 16
Top = 16
Width = 400
Height = 50
Picture.Data = {<image000.bmp>}
end
object imgBall: TImage
Left = 192
Top = 136
Width = 50
Height = 50
Picture.Data = {<image001.bmp>}
Visible = False
end
object imgMask: TImage
Left = 248
Top = 136
Width = 50
Height = 50
Picture.Data = {<image002.bmp>}
Visible = False
end
object imgBackSave: TImage
Left = 304
Top = 136
Width = 50
Height = 50
Visible = False
end
object Speed: TLabel
Left = 264
Top = 120
Width = 31
Height = 13
Caption = 'Speed'
end
object Panel1: TPanel
Left = 16
Top = 80
Width = 137
Height = 57
BevelInner = bvLowered
Caption = 'Panel1'
TabOrder = 2
OnClick = Panel1Click
object Image2: TImage
Left = 8
Top = 8
Width = 121
Height = 40
Picture.Data = {<image003.bmp>}
OnClick = Panel1Click
end
end
object btnGo: TButton
Left = 336
Top = 96
Width = 73
Height = 33
Caption = 'Go !'
TabOrder = 0
OnClick = btnGoClick
end
object SpinEdit1: TSpinEdit
Left = 264
Top = 96
Width = 41
Height = 22
MaxValue = 50
MinValue = 1
TabOrder = 1
Value = 1
end
object Timer1: TTimer
Enabled = False
Interval = 50
OnTimer = Timer1Timer
Left = 160
Top = 136
end
end